﻿/***** StandardPageTwoColumn page layout *****/

#uogTwoColumnWrapper {width:100%;}
	#uogTwoColumnLeftColumn {float:none; width:100%;}
	#uogTwoColumnMainColumn {float:none; margin-bottom:30px; width:100%;}


/***** StandardPageThreeColumn page layout *****/

#uogThreeColumnWrapper {width:100%;}
	#uogThreeColumnLeftColumn {float:none; width:100%;}
	#uogThreeColumnMainAndRightColumnWrapper {float:none; margin:0px 0px 30px 0px; width:100%;}
	#uogThreeColumnMainColumn {float:none; margin:0px 0px 30px 0px; overflow:visible; width:100%;}
	#uogThreeColumnRightColumn {float:none; width:100%;}


/********** Support previous styles. DO NOT DELETE the styles below until all instances have gone from standard pages. **********/

/***** Predefined table formats *****/

.uog-rteMainTable-2 TD {border:1px solid #cccccc;}
